home *** CD-ROM | disk | FTP | other *** search
- object FuncForm: TFuncForm
- Left = 428
- Top = 244
- HelpContext = 131
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'Seznam funkc�'
- ClientHeight = 149
- ClientWidth = 514
- Color = clBtnFace
- Constraints.MaxHeight = 176
- Constraints.MaxWidth = 522
- Constraints.MinHeight = 148
- Constraints.MinWidth = 426
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- OnDeactivate = FormDeactivate
- OnKeyDown = FormKeyDown
- PixelsPerInch = 120
- TextHeight = 16
- object FnListBox: TListBox
- Left = 0
- Top = 0
- Width = 527
- Height = 133
- Anchors = [akLeft, akTop, akBottom]
- Color = clInfoBk
- Columns = 8
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- Items.Strings = (
- ' abs'
- ' and'
- ' arccos'
- ' arccotg'
- ' arcsin'
- ' arctg'
- ' arctg2'
- ' arg'
- ' argcosh'
- ' argcotgh'
- ' argsinh'
- ' argtgh'
- ' ceil'
- ' conjug'
- ' cos'
- ' cosh'
- ' cotg'
- ' cotgh'
- ' exp'
- ' exp10'
- ' fact'
- ' floor'
- ' frac'
- ' heaviside'
- ' hypot'
- ' im'
- ' int'
- ' intpower'
- ' ln'
- ' log'
- ' log2'
- ' logN'
- ' max'
- ' min'
- ' nor'
- ' not'
- ' or'
- ' phase'
- ' power'
- ' radius'
- ' random'
- ' re'
- ' round'
- ' shl'
- ' shr'
- ' sign'
- ' sin'
- ' sinh'
- ' sqr'
- ' sqrsum'
- ' sqrt'
- ' sum'
- ' tg'
- ' tgh'
- ' trunc'
- ' xor')
- ParentFont = False
- Sorted = True
- TabOrder = 0
- OnClick = FnListBoxClick
- OnMouseMove = FnListBoxMouseMove
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 131
- Width = 514
- Height = 18
- Panels = <
- item
- Text = 'eval'
- Width = 50
- end
- item
- Text = 'Seznam implementovan�ch funkc�'
- Width = 50
- end>
- SimplePanel = False
- OnDblClick = StatusBar1DblClick
- end
- end
-